Skip to content

chore: release v0.1.0-alpha.6 - #84

Merged
proggeramlug merged 1 commit into
mainfrom
release-plz-2026-09-16T12-12-11Z
Sep 17, 2026
Merged

proggeramlug merged 1 commit into
mainfrom
release-plz-2026-09-16T12-12-11Z

Conversation

@perryts-turnloop-release

@perryts-turnloop-release perryts-turnloop-release Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • turnloop: 0.1.0-alpha.5 -> 0.1.0-alpha.6 (✓ API compatible changes)
  • turnloop-wasi-random: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-io: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-tls: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-zstd-decoder: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-http: 0.1.0-alpha.5 -> 0.1.0-alpha.6 (⚠ API breaking changes)
  • turnloop-mongodb: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-mysql: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-postgres: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-redis: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-smtp: 0.1.0-alpha.5 -> 0.1.0-alpha.6
  • turnloop-websocket: 0.1.0-alpha.5 -> 0.1.0-alpha.6

turnloop-http breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant Event::Goaway 4 -> 5 in /tmp/.tmpMwsaBp/turnloop/protocols/turnloop-http/src/http2.rs:136
  variant Event::Ping 5 -> 6 in /tmp/.tmpMwsaBp/turnloop/protocols/turnloop-http/src/http2.rs:140
  variant Event::WindowUpdate 6 -> 7 in /tmp/.tmpMwsaBp/turnloop/protocols/turnloop-http/src/http2.rs:144

--- failure enum_struct_variant_field_added: pub enum struct variant field added ---

Description:
An enum's exhaustive struct variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/enum_struct_variant_field_added.ron

Failed in:
  field kind of variant Event::Headers in /tmp/.tmpMwsaBp/turnloop/protocols/turnloop-http/src/http2.rs:104

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.50.0/src/lints/enum_variant_added.ron

Failed in:
  variant Event:Unprocessed in /tmp/.tmpMwsaBp/turnloop/protocols/turnloop-http/src/http2.rs:133
Changelog

turnloop

0.1.0-alpha.6 - 2026-09-17

Other

  • allocate a ring's slots zeroed instead of writing every one (#89)
  • Multi-threaded accept: a reuse-port request that names its promise, and the handoff proven (#83)

turnloop-wasi-random

0.1.0-alpha.3 - 2026-09-15

Other

  • Published dependencies use caret requirements instead of exact pins
  • release v0.1.0-alpha.3

turnloop-io

0.1.0-alpha.3 - 2026-09-15

Other

  • HalfClose and shutdown() for AsyncIo, TLS streams and transports
  • linger_close(stream, scratch, deadline): half-close, discard until peer EOF or the deadline, then close
  • Published dependencies use caret requirements instead of exact pins
  • release v0.1.0-alpha.3

turnloop-tls

0.1.0-alpha.4 - 2026-09-15

Other

  • Hand a quiescent transport's descriptor back to the host

turnloop-zstd-decoder

0.1.0-alpha.3 - 2026-09-15

Other

  • release v0.1.0-alpha.3

turnloop-http

0.1.0-alpha.6 - 2026-09-17

Other

  • A terminated HTTP/2 stream no longer takes the connection with it (#85)

turnloop-mongodb

0.1.0-alpha.4 - 2026-09-15

Other

  • Compressed MongoDB and MySQL commands allocate nothing on WASI (I03) (#29)
  • Reuse one deflate state for compressed MongoDB and MySQL commands

turnloop-mysql

0.1.0-alpha.4 - 2026-09-15

Other

  • Compressed MongoDB and MySQL commands allocate nothing on WASI (I03) (#29)
  • Lane report and MySQL compression note for tl-i03
  • Reuse one deflate state for compressed MongoDB and MySQL commands

turnloop-postgres

0.1.0-alpha.3 - 2026-09-15

Other

  • release v0.1.0-alpha.3

turnloop-redis

0.1.0-alpha.3 - 2026-09-15

Other

  • release v0.1.0-alpha.3

turnloop-smtp

0.1.0-alpha.3 - 2026-09-15

Other

  • release v0.1.0-alpha.3

turnloop-websocket

0.1.0-alpha.3 - 2026-09-15

Other

  • WebSocketStream::close lingers within its close deadline instead of resetting the peer
  • release v0.1.0-alpha.3


This PR was generated with release-plz.

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 9b861804-e686-40fd-aead-0c94734219a1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@perryts-turnloop-release
perryts-turnloop-release Bot force-pushed the release-plz-2026-09-16T12-12-11Z branch from b9a7ebf to 9c509a0 Compare September 16, 2026 16:46
@perryts-turnloop-release
perryts-turnloop-release Bot force-pushed the release-plz-2026-09-16T12-12-11Z branch from 9c509a0 to 54e27e2 Compare September 17, 2026 08:01
@proggeramlug
proggeramlug merged commit f338757 into main Sep 17, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant